synchronized method造句
例句与造句
- What are synchronized methods and synchronized statements
什么是同步的方法和同步的声明 - Do not include synchronized methods into a loop structure
不要将同步方法放到循环结构中。 - Synchronized statements are similar to synchronized methods
同步的声明与同步的方法是相似。 - Q : what are synchronized methods and synchronized statements
什么是同步的方法和同步的声明 - In the absence of a synchronized method on a collection , the expected usage for
集合上没有synchronized方法时, - It's difficult to find synchronized method in a sentence. 用synchronized method造句挺难的
- Decomposing synchronized methods
同步方法的分解 - As seen before , synchronized methods acquire a lock on the object
正如在前面看到的那样,同步方法获取对象的一个锁。 - Synchronized methods are methods that are used to control access to an object
同步的方法是被用来控制访问对象的方法。 - A : synchronized methods are methods that are used to control access to an object
同步的方法是被用来控制访问对象的方法。 - Object that modify the copier state be declared as synchronized methods
对象中)来修改复印机状态。这个方法就是同步方法。 - Synchronized method , which provides a synchronized wrapper around the underlying collection
方法,该方法对基础集合提供同步的包装。 - Threads that make blocking calls in a synchronized method often make such tasks impossible
造成阻塞调用的线程常常会令同步任务失败。 - Decomposing a synchronized method into such hybrid code can greatly improve the performance
将同步方法分解为这种混合代码可以明显改善性能。 - One thing you might have noticed about the previous examples is all of the synchronized methods
从前面的例子中也许你已经意识到了一件事,就是所有修改的同步化。 - To reduce contention in the jvm and operating system , use synchronized methods only when feasible
为了减少jvm和操作系统中的争用,应该只在可行的情况下才使用同步方法。
更多例句: 下一页